home *** CD-ROM | disk | FTP | other *** search
/ Hacker's Arsenal - The Cutting Edge of Hacking / Hacker's Arsenal - The Cutting Edge of Hacking.iso / texts / misc / return_codes.txt < prev    next >
Encoding:
Text File  |  2001-07-11  |  720 b   |  27 lines

  1. Return Codes for the World Wide Web
  2.  
  3. The return status of the request which specifies 
  4. whether the transfer was successful and why. 
  5.  
  6. Possible "Success" codes are: 
  7. 200 = Success: OK 
  8. 201 = Success: Created 
  9. 202 = Success: Accepted 
  10. 203 = Success: Partial Information 
  11. 204 = Success: No Response 
  12. 300 = Success: Redirected 
  13. 301 = Success: Moved 
  14. 302 = Success: Found 
  15. 303 = Success: New Method 
  16. 304 = Success: Not Modified 
  17.  
  18. Possible "Failed" codes are: 
  19. 400 = Failed: Bad Request 
  20. 401 = Failed: Unauthorized 
  21. 402 = Failed: Payment Required 
  22. 403 = Failed: Forbidden 
  23. 404 = Failed: Not Found 
  24. 500 = Failed: Internal Error 
  25. 501 = Failed: Not Implemented 
  26. 502 = Failed: Overloaded Temporarily 
  27. 503 = Failed: Gateway Timeout